-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to Pandas 1.x #1266
Move to Pandas 1.x #1266
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1266 +/- ##
=======================================
Coverage 80.63% 80.63%
=======================================
Files 41 41
Lines 3424 3424
=======================================
Hits 2761 2761
Misses 663 663
Continue to review full report at Codecov.
|
@epassaro I will test this with simulation tests on my machine today. |
Reviewed by me and @chvogl - @kaushik94 can you do your review? |
* Pin pandas to v1.1 * Replace `codes` with `labels` * Empty data exception moved to `errors` module * `ix` method is deprecated * Pin pandas to v1.0 * [skip-ci] Remove `ix` method from documentation scripts
Description
Pandas reached to 1.0, finally! Changes made were:
ix
method forloc
(andiloc
).labels
attribute fotcodes
.EmptyDataError
exception has been moved topandas.errors
module.Motivation and Context
We recently updated TARDIS environment to a more recent version of every package.
How Has This Been Tested?
Testing pipeline is ok.
Screenshots (if appropriate):
Types of changes
Checklist: